projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f24d12
)
spi: Kconfig: Add Zynq SPI controller entry
author
Jagan Teki
<
[email protected]
>
Fri, 26 Jun 2015 19:21:38 +0000
(
00:51
+0530)
committer
Jagan Teki
<
[email protected]
>
Wed, 1 Jul 2015 15:45:03 +0000
(21:15 +0530)
Add Zynq SPI controller Kconfig entry.
Signed-off-by: Jagan Teki <
[email protected]
>
Reviewed-by: Simon Glass <
[email protected]
>
Cc: Marek Vasut <
[email protected]
>
Cc: Michal Simek <
[email protected]
>
Cc: Siva Durga Prasad Paladugu <
[email protected]
>
drivers/spi/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/spi/Kconfig
b/drivers/spi/Kconfig
index 357a33511ffa2efc30a63c409904cabe6ced8858..fbff707c6fe356197dfd7108451a58b28ea01671 100644
(file)
--- a/
drivers/spi/Kconfig
+++ b/
drivers/spi/Kconfig
@@
-51,3
+51,11
@@
config CADENCE_QSPI
Enable the Cadence Quad-SPI (QSPI) driver. This driver can be
used to access the SPI NOR flash on platforms embedding this
Cadence IP core.
+
+config ZYNQ_SPI
+ bool "Zynq SPI driver"
+ depends on DM_SPI && (ARCH_ZYNQ || TARGET_XILINX_ZYNQMP)
+ help
+ Enable the Zynq SPI driver. This driver can be used to
+ access the SPI NOR flash on platforms embedding this Zynq
+ SPI IP core.